FileItem | Represents a Notes item containing file data encoded as CD records in base64 format. This is the representation used in "note format" DXL (which is also the fallback for design elements without a descriptive representation). |
FileResource | Represents a design element of the file-resource type or a relative, such as stylesheet or xpage. The data are manipulated internally using DXL and DOM. This class has no objection if you want to also manipulate the other items of the document, e.g. by using the DOMElement property to get the node representing the design element, then using the DOM to locate other items and attributes. However, please use this class and FileItem for manipulation of base-64 encoded file data items. |
Copyright © HCL America, Inc. 1999, 2023. All Rights Reserved.